home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / wb / RandomWBPatt.readme < prev    next >
Text File  |  2002-05-11  |  7KB  |  143 lines

  1. Short:    Slideshow-like random WBPattern change
  2. Author:   RhoSigma, Roland Heyder (Germany)
  3. Uploader: rhosigma@gmx.net (Roland Heyder)
  4. Version:  $VER: RandomWBPatt 3.089 (30.03.02)
  5. Type:     util/wb
  6. Requires: OS 3.0 (v39+), util/libs/ExtraLib.lha
  7.  
  8. english:
  9. ¯¯¯¯¯¯¯¯
  10. EMAILWARE - Please tell me what you think about this piece of Software ;-)
  11.  
  12. This small CLI-Program changes the file-entries within ENV:sys/WBPattern.prefs
  13. every given period of time. This automaticly forces IPrefs to refresh the WB
  14. to use the new pictures as background.
  15.  
  16. Installation: - Copy the program (RandomWBPatt) to C: (SYS:c)
  17.               - Create the file 'SYS:Prefs/Presets/PatternFiles', which con-
  18.                 tains a listing of all Image-Files (incl. Paths) which you
  19.                 decide to use as backgrounds. In the very first line of that
  20.                 file you must place the number of files listed within the file.
  21.                 Take a look to the supplied sample file, if you are unsure.
  22.               - Note: You also need util/libs/ExtraLib.lha from Aminet
  23.  
  24. Usage: Use from CLI only !!
  25.  
  26.         RandomWBPatt ONCE/S WBONLY/S WINONLY/S TIMER/K PEN/K
  27.  
  28.        ONCE    - Set just one time new backgrounds and then quit immediatly
  29.        WBONLY  - Change only Workbench-Background
  30.        WINONLY - Change only Windows-Background
  31.        TIMER   - followed by a max. 4-digit number, which gives the period
  32.                  of time in minutes, after every time it is elapsed the new
  33.                  background is set
  34.        PEN     - followed by a max. 3-digit number in the range 0-255, which
  35.                  specifies the color used for outputs (see Notes)
  36.  
  37.        - If specified both, ONCE and TIMER, ONCE has higher priority !!
  38.        - If specified both, WBONLY and WINONLY, WBONLY has higher priority !!
  39.        - If specified no ONLY-Option, then both backgrounds are affected.
  40.        - If no Option is given, the defaults used are TIMER=30 PEN=3
  41.        - If you don't use ONCE, use 'Run >NIL: RandomWBPatt Options' i.e. if
  42.          you start the program within S:User-Startup.
  43.  
  44.        - you may quit the program using the CLI-Command 'Break' by sending
  45.          a CTRL-C to it, the program then quits within the next minute
  46.        - you also can send a CTRL-F, which forces RandomWBPatt to break its
  47.          time cycle and load a new background immediatly (well, within the
  48.          next minute)
  49.  
  50. Notes: The program creates another file called 'PatternFiles.done', which lists
  51.        all Image-Files which were already shown. The random engine uses this
  52.        file to avoid showing of the same image in both, Workbench and Windows,
  53.        and on the other hand you get no Image-Repeats until every image is
  54.        shown at least one time.
  55.         The PEN-Option is only useful if you are using a 800x600 WB-Screen and
  56.        if you also have installed and started StopMenu. In this case you must
  57.        also copy the three .info-Files to STOPMENU:icons/program and then let
  58.        yourself surprise what happens after RandomWBPatt is started.
  59.  
  60. See also my other Software on Aminet:
  61.              util/libs/ExtraLib.lha
  62.              dev/basic/MBPrefs.lha
  63.  
  64. deutsch:
  65. ¯¯¯¯¯¯¯¯
  66. EMAILWARE - Bitte teilt mir eure Meinung über dieses Programm mit ;-)
  67.  
  68. Dieses kleine CLI-Programm schreibt jeweils nach einer angegeben Zeitperiode
  69. neue Bilddateinamen in die Datei ENV:sys/WBPattern.prefs, was IPrefs auto-
  70. matisch dazu bringt, diese als neue Hintergründe anzuzeigen. Die Bilder werden
  71. zufällig aus einer vorgegebenen Liste von Dateinamen ausgewählt.
  72.  
  73. Installation: - Kopieren Sie die Programmdatei (RandomWBPatt) nach C: (SYS:c)
  74.               - Legen Sie die Datei 'SYS:Prefs/Presets/PatternFiles' an, die
  75.                 alle Bilddateien (incl. Pfad) auflistet, welche Sie als Hinter-
  76.                 grund verwenden wollen. In der ersten Zeile der Datei muß die
  77.                 Anzahl der gelisteten Dateien stehen. Sehen Sie sich die mit-
  78.                 gelieferte Datei an, falls Sie sich unsicher sind.
  79.               - Achtung: Sie brauchen util/libs/ExtraLib.lha aus dem Aminet
  80.  
  81. Benutzung: Nur vom CLI aus !!
  82.  
  83.             RandomWBPatt ONCE/S WBONLY/S WINONLY/S TIMER/K PEN/K
  84.  
  85.            ONCE    - Setze einmal neue Hintergründe und beende dann sofort
  86.            WBONLY  - Setze jeweils nur neuen Workbench-Hintergrund
  87.            WINONLY - Setze jeweils nur neuen Windows-Hintergrung
  88.            TIMER   - gefolgt von einer max. 4-stelligen Zahl, die die Periode
  89.                      in Minuten angibt, nach der jeweils ein neuer Hintergrund
  90.                      gesetzt werden soll
  91.            PEN     - gefolgt von einer max. 3-stelligen Zahl zwischen 0-255,
  92.                      die die zu verwendende Schriftfarbe angibt (s.Bemerkung)
  93.  
  94.            - Sind ONCE und TIMER angegeben, dann hat ONCE Priorität !!
  95.            - Sind WBONLY und WINONLY angegeben, dann hat WBONLY Priorität !!
  96.            - Ist keine ONLY-Option angegeben, werden beide Hintergründe gesetzt.
  97.            - Wird gar keine Option angegeben, gilt TIMER=30 PEN=3
  98.            - Wird kein ONCE verwendet, dann sollten Sie das Programm mittels
  99.              'Run >NIL: RandomWBPatt Optionen' asyncron starten, z.B. wenn Sie
  100.              es von der S:User-Startup aus starten wollen.
  101.  
  102.            - Sie können das Programm beenden, indem Sie mit dem CLI-Befehl
  103.              'Break' ein CTRL-C Signal an dieses senden, das Programm beendet
  104.              dann innerhalb einer Minute.
  105.            - Sie können auch ein CTRL-F senden, was RandomWBPatt dazu bringt,
  106.              den aktuellen Time-Zyklus zu beenden und sofort einen neuen
  107.              Hintergrund zu laden (o.k. ja, kann auch bis zu einer Minute dauern)
  108.  
  109. Benerkung: Das Programm legt selbstständig noch die Datei 'PatternFiles.done'
  110.            an, in der alle bereits einmal angezeigten Bilder vermerkt werden.
  111.            Der Zufallsgenerator benutzt diese Datei, um zum einen zu verhindern,
  112.            daß Workbench und Windows das gleiche Bild zugewiesen bekommen, und
  113.            zum anderen kommt es somit erst zu Wiederholungen, wenn alle Bilder
  114.            einmal angezeigt wurden.
  115.             Der PEN-Parameter ist für Sie nur von Interesse, wenn Sie erstens
  116.            einen 800x600 Pixel großen WB-Bildschirm verwenden, und zweitens
  117.            StopMenu installiert ist und auch gestartet ist. Kopieren Sie in
  118.            diesem Fall noch die drei .info-Dateien nach STOPMENU:icons/program
  119.            und lassen sich überraschen, was nach Start von RandomWBPatt passiert.
  120.  
  121. Werfen Sie doch auch mal einen Blick auf meine andere Software im Aminet:
  122.          util/libs/ExtraLib.lha
  123.          dev/basic/MBPrefs.lha
  124.  
  125. -----------------------------------------------------------------------------
  126.  
  127. History:
  128. ¯¯¯¯¯¯¯¯
  129. v3.089 (30.03.02)
  130.        - First public release
  131.  
  132. v3.089 (09.05.02)
  133.        - contact update release (no changes in code)
  134.  
  135.        - please note, my new regular e-mail is "rhosigma@gmx.net"
  136.          don't send any mail to my crosswinds account, I will not longer
  137.          maintain it, because since the WorldTradeCenter-Attack crosswinds
  138.          seems to have immense problems to keep their sites working correctly
  139.  
  140.        - also note: I've added my public PGP-key to the archive (rhosigma.asc),
  141.          so if you also use PGP you may add this key to your public keyring and
  142.          use it for secured contact with me.
  143.